home *** CD-ROM | disk | FTP | other *** search
- /* TBinderList.h
- * Written By: Thomas Burkholder
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its
- * fitness for any particular use.
- */
-
- #import <objc/List.h>
-
- @interface TBinderList:List
- {
- id dataSource;
- }
-
- - init;
- - setDataSource:anObject;
- - dataSource;
- - updateInterface:sender;
- - updateDataSource:sender;
- - read:(NXTypedStream *)stream;
- - write:(NXTypedStream *)stream;
-
- @end
-